object dtmRetriveHTML: TdtmRetriveHTML
OldCreateOrder = False
Left = 241
Top = 188
Height = 250
Width = 349
object IdHTTP: TIdHTTP
MaxLineAction = maException
ReadTimeout = 0
OnWork = IdHTTPWork
OnWorkBegin = IdHTTPWorkBegin
OnWorkEnd = IdHTTPWorkEnd
AllowCookies = True
ProxyParams.BasicAuthentication = False
ProxyParams.ProxyPort = 0
Request.ContentLength = -1
Request.ContentRangeEnd = 0
Request.ContentRangeStart = 0
Request.ContentType = 'text/html'
Request.Accept = 'text/html, */*'
Request.BasicAuthentication = False
Request.UserAgent =
'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.' +
'4322)'
HTTPOptions = [hoForceEncodeParams]
Left = 72
Top = 40
end
object thrdHtml: TIdThreadComponent
OnException = thrdHtmlException
OnRun = thrdHtmlRun
Left = 192
Top = 40
end
end